home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Set-Up / background_2974.txt < prev    next >
Text File  |  1988-07-14  |  5KB  |  243 lines

  1. -- background: 2974 from stack: in
  2. -- bmap block id: 3393
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   set highlight of background button "Setup" to true
  9. end openStack
  10.  
  11. on closeStack
  12.   set highlight of background button "Setup" to false
  13. end closeStack
  14.  
  15.  
  16. hide message box
  17. hide menuBar
  18.  
  19.  
  20.  
  21.  
  22. -- part 8 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=220 top=308 right=342 bottom=263
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 21700 / 21700
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect zoom open
  37.   go to stack "Apple Scanner"
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 12 (button)
  43. -- low flags: 00
  44. -- high flags: 8004
  45. -- rect: left=376 top=317 right=338 bottom=494
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Troubleshooting
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect zoom open
  57.   go to stack "Troubleshooting"
  58.   set highlight of background button "Setup" to false
  59.   set highlight of background button "Installation" to false
  60.   set highlight of background button "Using" to false
  61.   set highlight of background button "Troubleshooting" to true
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 20 (button)
  67. -- low flags: 00
  68. -- high flags: A004
  69. -- rect: left=119 top=317 right=338 bottom=222
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Installation
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   visual effect zoom open
  81.   go to stack "Installation"
  82.   set highlight of background button "Setup" to false
  83.   set highlight of background button "Using" to false
  84.   set highlight of background button "Troubleshooting" to false
  85.   set highlight of background button "Installation" to true
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 21 (button)
  91. -- low flags: 00
  92. -- high flags: 8004
  93. -- rect: left=263 top=317 right=338 bottom=366
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: Using
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   visual effect zoom open
  105.   go to stack "Using"
  106.   set highlight of background button "Setup" to false
  107.   set highlight of background button "Installation" to false
  108.   set highlight of background button "Troubleshooting" to false
  109.   set highlight of background button "Using" to true
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 23 (field)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=0 top=0 right=0 bottom=0
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 3
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: 
  126.  
  127.  
  128. -- part 24 (field)
  129. -- low flags: 00
  130. -- high flags: 0000
  131. -- rect: left=0 top=0 right=0 bottom=0
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 0
  135. -- font id: 3
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: 
  140.  
  141.  
  142. -- part 26 (button)
  143. -- low flags: 00
  144. -- high flags: 0001
  145. -- rect: left=414 top=1 right=40 bottom=455
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 1008 / 1008
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: 
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   answer "Print this card?" with "Yes" or "Cancel"
  157.   if it is "Yes" then
  158.     doMenu "Print Card"
  159.   end if
  160.   if it is "Cancel" then
  161.     put "Cancel" into it
  162.   end if
  163. end  mouseUp
  164.  
  165.  
  166.  
  167.  
  168. -- part 27 (button)
  169. -- low flags: 00
  170. -- high flags: 0001
  171. -- rect: left=454 top=1 right=40 bottom=494
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 1004 / 1004
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: 
  180. ----- HyperTalk script -----
  181.  
  182. on mouseUp
  183.   play harpsichord a4
  184.   global search
  185.   answer "Type of Glossary search?" with "Browse" or "Automatic" or "Cancel"
  186.   if it is "Browse" then
  187.     visual wipe up slowly
  188.     go to card "Glossary" of stack "Glossary"
  189.   end if
  190.  
  191.   if it is "Automatic" then
  192.     ask "Search for..."
  193.     put it into search
  194.     if search is empty then
  195.       exit mouseUp
  196.     else
  197.       visual wipe up slowly
  198.       put "find search" into message box
  199.       hide message
  200.       go to card "Glossary" of stack "Glossary"
  201.       find word search in field "Text"
  202.       if the result is "not found" then
  203.         answer "Word not found." with "OK"
  204.         exit  mouseUp
  205.       else
  206.         show card field id 13
  207.         wait 4 seconds
  208.         hide card field id 13
  209.       end if
  210.     end if
  211.   end if
  212. end mouseUp
  213.  
  214.  
  215.  
  216.  
  217.  
  218. -- part 28 (button)
  219. -- low flags: 00
  220. -- high flags: E004
  221. -- rect: left=7 top=317 right=338 bottom=110
  222. -- title width / last selected line: 0
  223. -- icon id / first selected line: 0 / 0
  224. -- text alignment: 1
  225. -- font id: 0
  226. -- text size: 12
  227. -- style flags: 0
  228. -- line height: 16
  229. -- part name: Setup
  230. ----- HyperTalk script -----
  231. on mouseUp
  232.   set highlight of background button "Setup" to true
  233.   set highlight of background button "Installation" to false
  234.   set highlight of background button "Using" to false
  235.   set highlight of background button "Troubleshooting" to false
  236.   visual effect zoom open
  237.   go to stack "Set-Up"
  238. end mouseUp
  239.  
  240.  
  241.  
  242.  
  243.